home *** CD-ROM | disk | FTP | other *** search
- object frmTestForm: TfrmTestForm
- Left = 212
- Top = 135
- Width = 331
- Height = 207
- Caption = 'Test Form'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lblRowCount: TLabel
- Left = 8
- Top = 132
- Width = 119
- Height = 13
- Caption = 'Row Count (0 to 20):'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object btnReInit: TButton
- Left = 6
- Top = 152
- Width = 145
- Height = 25
- Caption = 'ReInitialize String Array'
- TabOrder = 2
- OnClick = btnReInitClick
- end
- object edtRowCount: TEdit
- Left = 129
- Top = 128
- Width = 20
- Height = 21
- TabOrder = 1
- Text = '12'
- end
- object btnConnect: TButton
- Left = 6
- Top = 101
- Width = 145
- Height = 25
- Caption = 'Connect to String Array'
- TabOrder = 0
- OnClick = btnConnectClick
- end
- end
-